-
Notifications
You must be signed in to change notification settings - Fork 2k
Adds math tests for transforms, rotations, and conversions (#103) #2801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds math tests for transforms, rotations, and conversions (#103) #2801
Conversation
Signed-off-by: James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking really good, Thanks James!
Signed-off-by: Kelly Guo <kellyg@nvidia.com>
looks like a couple of the tests are failing in CI, is that expected? |
Nope not expected. Let me take a look. |
@kellyguo11 fixed the issue. it was the compute_pose_error changes. Once I reverted those and fixed the test it seemed to work on my machine. |
Signed-off-by: James Tigue <166445701+jtigue-bdai@users.noreply.github.com>
Tests pass except |
Some tests in test_tiled_camera is a bit finicky because the rendered pixel are inherently stochastic in tiled camera, we fix some of it in the upcoming commits, but I think it should be fine. @kellyguo11 |
awesome, latest run looks good! |
Description
this PR adds tests for:
Fixes # (issue)
Type of change
Checklist
pre-commit
checks with./isaaclab.sh --format
config/extension.toml
fileCONTRIBUTORS.md
or my name already exists there